home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 22
/
Cream of the Crop 22.iso
/
editor
/
all_v100.zip
/
_SETUP.1
/
1-4-All.exe
/
0
/
RCDATA
/
TFORM17
/
TFORM17.txt
< prev
Wrap
Text File
|
1996-10-22
|
1KB
|
75 lines
object Form17: TForm17
Left = 225
Top = 112
BorderIcons = [biSystemMenu]
BorderStyle = bsToolWindow
Caption = 'Checkbox'
ClientHeight = 113
ClientWidth = 203
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 24
Top = 8
Width = 169
Height = 65
end
object Label1: TLabel
Left = 32
Top = 24
Width = 31
Height = 13
Caption = 'Name:'
end
object Image1: TImage
Left = 8
Top = 16
Width = 13
Height = 13
AutoSize = True
Picture.Data = {<image000.bmp>}
end
object edit1: TEdit
Left = 72
Top = 16
Width = 105
Height = 21
TabOrder = 0
end
object CheckBox1: TCheckBox
Left = 72
Top = 48
Width = 73
Height = 17
Caption = 'Checked'
State = cbChecked
TabOrder = 1
end
object Button1: TButton
Left = 56
Top = 80
Width = 65
Height = 25
Caption = 'Ok'
Default = True
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 128
Top = 80
Width = 65
Height = 25
Cancel = True
Caption = 'Cancel'
TabOrder = 3
OnClick = Button2Click
end
end